home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / lang / SGMLS.lha / SGMLS / test / test038.sgm < prev    next >
Text File  |  1994-07-10  |  463b  |  18 lines

  1. <!doctype biblio [
  2. <!element biblio - o (book*)>
  3. <!element book  - o 
  4.     ((author | editor) &   title &   edition? &  
  5.      publish &  series? &  vol? &  address? &   
  6.       month? &   year)>
  7. <!element (author | editor | title | edition | publish | series | vol
  8. | address | month | year) - o (#pcdata)>
  9. ]>
  10. <biblio>
  11. <book>
  12. <author> Harold Abelson and Gerald Jay Sussman 
  13. <title> Structure and Interpretation of Computer Programs 
  14. <publish> MIT Press 
  15. <year> 1985 
  16.  
  17. <book>
  18.